projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5a1d36
)
src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 15 Nov 2014 09:25:16 +0000
(11:25 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 15 Nov 2014 09:25:16 +0000
(11:25 +0200)
Reported by Kelly Dean <kelly@prtime.org>.
src/window.h
patch
|
blob
|
history
diff --git
a/src/window.h
b/src/window.h
index b9c2b1f5ba83873d25f08113e75cab1ec6efe74d..4c76f0b7df9c13d0a32ec54925d0c867e4f621af 100644
(file)
--- a/
src/window.h
+++ b/
src/window.h
@@
-468,7
+468,7
@@
wset_next_buffers (struct window *w, Lisp_Object val)
#define WINDOW_FRAME_COLUMN_WIDTH(W) \
(FRAME_COLUMN_WIDTH (WINDOW_XFRAME ((W))))
-/* Return the canonical
column width
of the frame of window W. */
+/* Return the canonical
line height
of the frame of window W. */
#define WINDOW_FRAME_LINE_HEIGHT(W) \
(FRAME_LINE_HEIGHT (WINDOW_XFRAME ((W))))